-
Notifications
You must be signed in to change notification settings - Fork 4
Add compose file linter and workflow #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
edit: looks like i have an error in the workflow file 🤔 |
BowTiedRadone
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! After the workflow is passing this PR is good to go 👍
second stacks-miner config that also configured the api. some unnecessary comments were also removed
- CHAINSTATE_DIR=... make up with an absoluate path will resume a network using that dir. - will not work with the genesis chainstate dir, and if a relative path is used, a genesis sync will start (using an epoch dir) from a nested dir like ./docker/docker/chainstate/<epoch>
|
some more changes in this PR:
|
BowTiedRadone
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
uses https://github.com/zavoloklom/docker-compose-linter
./docker/docker-compose.yml was adjusted based on the above linter output (with some exceptions like alphabetic ordering of the services - defined in
.dclintrc.However, the linter repo does have this about yaml anchors: https://github.com/zavoloklom/docker-compose-linter?tab=readme-ov-file#anchor-handling
and with the alphabetical ordering enforced as an error (
services-alphabetical-order: 2):